 make
gcc -g  -I../../../include -I../../../include/helios -o agent1 *.c
make_message.c: In function `new_mid':
make_message.c:13: warning: return makes pointer from integer without a cast
method_procedure.c: In function `REPLYtoRESULT':
method_procedure.c:99: warning: passing arg 3 of `CRSelect' makes pointer from integer without a cast
method_procedure.c:100: structure has no member named `query_id'
method_procedure.c: In function `RESULTtoREPLY':
method_procedure.c:128: warning: passing arg 3 of `CRSelect' makes pointer from integer without a cast
method_procedure.c:129: warning: passing arg 1 of `MakeReplyMessage' from incompatible pointer type
method_procedure.c:129: warning: passing arg 2 of `MakeReplyMessage' from incompatible pointer type
method_procedure.c: In function `QUERYtoNEGO':
method_procedure.c:158: warning: assignment makes pointer from integer without a cast
method_procedure.c:160: incompatible types in assignment
method_procedure.c:162: warning: assignment makes pointer from integer without a cast
method_procedure.c:171: called object is not a function
method_procedure.c: In function `QUERYtoPROC':
method_procedure.c:195: warning: assignment makes pointer from integer without a cast
method_procedure.c:197: incompatible types in assignment
method_procedure.c:199: warning: assignment makes pointer from integer without a cast
method_procedure.c:208: called object is not a function
method_procedure.c: In function `ASKtoNEGO':
method_procedure.c:228: warning: assignment makes pointer from integer without a cast
method_procedure.c:230: warning: passing arg 1 of `CSMPutTidStr' from incompatible pointer type
method_procedure.c:230: warning: passing arg 2 of `CSMPutTidStr' from incompatible pointer type
method_procedure.c:236: called object is not a function
method_procedure.c: In function `ASKtoPROC':
method_procedure.c:249: warning: assignment makes pointer from integer without a cast
method_procedure.c:257: called object is not a function
method_procedure.c: In function `NEGO_PROC_RESULTtoRESULT':
method_procedure.c:273: structure has no member named `query_id'
method_procedure.c: In function `NEGO_PROC_RESULTtoREPLY':
method_procedure.c:285: `tmps' undeclared (first use this function)
method_procedure.c:285: (Each undeclared identifier is reported only once
method_procedure.c:285: for each function it appears in.)
method_procedure.c:288: `data' undeclared (first use this function)
method_procedure.c:288: warning: passing arg 1 of `MakeReplyMessage' from incompatible pointer type
method_procedure.c:288: warning: passing arg 2 of `MakeReplyMessage' from incompatible pointer type
method_procedure.c: In function `SelectInnerMethod':
method_procedure.c:299: `MethodDataList' undeclared (first use this function)
method_procedure.c: In function `ASKBeginTransaction':
method_procedure.c:317: warning: assignment from incompatible pointer type
method_procedure.c:318: `WItid' undeclared (first use this function)
method_procedure.c:320: `reply_Smg' undeclared (first use this function)
method_procedure.c:321: warning: passing arg 1 of `CDelete' from incompatible pointer type
method_procedure.c: In function `ASKCommit':
method_procedure.c:327: `WItid' undeclared (first use this function)
method_procedure.c:331: `replySmg' undeclared (first use this function)
method_procedure.c:332: `reply_Smg' undeclared (first use this function)
method_procedure.c:333: warning: passing arg 1 of `CDelete' from incompatible pointer type
method_procedure.c: In function `ASKBeginNegotiation':
method_procedure.c:345: `init' undeclared (first use this function)
method_procedure.c:346: called object is not a function
method_procedure.c: In function `SelectAskProc':
method_procedure.c:355: `MethodDataList' undeclared (first use this function)
method_procedure.c:358: `MethodDatalist' undeclared (first use this function)
method_procedure.c: At top level:
method_procedure.c:363: parse error before `world'
method_procedure.c: In function `SelectWorldInit':
method_procedure.c:364: number of arguments doesn't match prototype
../../../include/helios/method_proc.h:21: prototype declaration
method_procedure.c:367: `world_list' undeclared (first use this function)
method_procedure.c:368: `world' undeclared (first use this function)
simple_agent.c:46: syntax error before `char'
simple_agent.c: In function `InitializeAgentProcess':
simple_agent.c:85: warning: assignment makes pointer from integer without a cast
simple_agent.c: In function `QUERYtoASK':
simple_agent.c:343: warning: assignment makes pointer from integer without a cast
simple_agent.c:345: warning: assignment makes pointer from integer without a cast
simple_agent.c:347: warning: assignment makes pointer from integer without a cast
simple_agent.c: In function `ASKtoCALL':
simple_agent.c:370: warning: assignment makes pointer from integer without a cast
simple_agent.c:375: too few arguments to function `CREnqueue'
simple_agent.c: In function `REPLYtoRESULT':
simple_agent.c:398: warning: assignment makes pointer from integer without a cast
simple_agent.c:400: warning: assignment makes pointer from integer without a cast
simple_agent.c:402: too few arguments to function `CRSelect'
simple_agent.c: In function `RESULTtoREPLY':
simple_agent.c:426: warning: assignment makes pointer from integer without a cast
simple_agent.c:428: warning: assignment makes pointer from integer without a cast
simple_agent.c:430: too few arguments to function `CRSelect'
simple_agent.c:431: warning: assignment makes pointer from integer without a cast
simple_agent.c:441: warning: assignment makes pointer from integer without a cast
simple_agent.c: At top level:
simple_agent.c:448: warning: type mismatch with previous external decl
simple_agent.c:347: warning: previous external decl of `SelectAskProc'
simple_agent.c:448: warning: type mismatch with previous implicit declaration
simple_agent.c:347: warning: previous implicit declaration of `SelectAskProc'
simple_agent.c:448: warning: `SelectAskProc' was previously implicitly declared to return `int'
simple_agent.c:479: warning: type mismatch with previous external decl
simple_agent.c:431: warning: previous external decl of `MakeReplyMessage'
simple_agent.c:479: warning: type mismatch with previous implicit declaration
simple_agent.c:431: warning: previous implicit declaration of `MakeReplyMessage'
simple_agent.c:479: warning: `MakeReplyMessage' was previously implicitly declared to return `int'
simple_agent.c:495: warning: type mismatch with previous external decl
simple_agent.c:383: warning: previous external decl of `MakeErrorMessage'
simple_agent.c:495: warning: type mismatch with previous implicit declaration
simple_agent.c:441: warning: previous implicit declaration of `MakeErrorMessage'
simple_agent.c:495: warning: `MakeErrorMessage' was previously implicitly declared to return `int'
world_info.c: In function `world_info_change_state':
world_info.c:3: `world_info' undeclared (first use this function)
world_info.c:3: (Each undeclared identifier is reported only once
world_info.c:3: for each function it appears in.)
world_info.c: In function `world_info_push_state':
world_info.c:9: `world_info' undeclared (first use this function)
world_info.c: In function `world_info_pop_state':
world_info.c:15: `world_info' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `all'
goku:j-sato% pwd
/db/HKB/ifs/system/app/testapp/cmd_agent1
goku:j-sato% pushd ../../
/db/HKB/ifs/system/app /db/HKB/ifs/system/app/testapp/cmd_agent1 
goku:j-sato% ls
schedule/	testapp/
goku:j-sato% mkdir 4Queen
goku:j-sato% ls
4Queen/		schedule/	testapp/
goku:j-sato% cd 4Q*
/db/HKB/ifs/system/app/4Queen
goku:j-sato% ls
goku:j-sato% ls
goku:j-sato% mkdir cpl
goku:j-sato% mkdir evl
goku:j-sato% mkdir cmd_queen2
goku:j-sato% mkdir cmd_queen3
goku:j-sato% mkdir cmd_queen4
goku:j-sato% mkdir cmd_queen4
goku:j-sato% ls
cmd_queen1/	cmd_queen3/	cpl/
cmd_queen2/	cmd_queen4/	evl/
goku:j-sato% cd cpl
/db/HKB/ifs/system/app/4Queen/cpl
goku:j-sato% 